home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / ext2_200.zip / EXT2_SRC.ZIP / 32BITS / EXT2-OS2 / EXT2FLT / EXT2FLT2.DEF < prev    next >
Text File  |  1996-01-24  |  556b  |  20 lines

  1. ;
  2. ; $Header: D:/ext2-os2/ext2flt/RCS/ext2flt2.def,v 6.0 1996/01/24 00:13:13 Willm Exp Willm $
  3. ;
  4. ; This is the MS Visual C++ version of ext2flt.def - The only differences are
  5. ; the CONST segment defined by the Microsoft compiler, and the 'EXETYPE OS2'
  6. ; statement needed by Microsoft link V5.6
  7. ;
  8. ; Matthieu WILLM 1995-12-1
  9. ;
  10. LIBRARY EXT2FLT
  11. EXETYPE OS2
  12. DESCRIPTION 'Linux ext2 partition filter (Alpha)'
  13. PROTMODE
  14. SEGMENTS
  15.  _DATA          CLASS 'DATA'
  16.  _BSS           CLASS 'BSS'
  17. CONST           CLASS 'CONST'
  18.  _TEXT          CLASS 'CODE'
  19.  
  20.